object PagesDlg: TPagesDlg Left = 134 Top = 102 BorderStyle = bsDialog Caption = 'Tabbed Notebook Dialog' ClientHeight = 169 ClientWidth = 220 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 257 Height = 137 BevelOuter = bvNone BorderWidth = 5 ParentColor = True TabOrder = 0 object PageControl1: TPageControl Left = 5 Top = 5 Width = 212 Height = 124 ActivePage = TabSheet1 TabOrder = 0 object TabSheet1: TTabSheet Caption = 'Server' object Label1: TLabel Left = 0 Top = 8 Width = 61 Height = 13 Caption = 'Hostname:' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 0 Top = 48 Width = 28 Height = 13 Caption = 'Port:' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Edit1: TEdit Left = 0 Top = 24 Width = 121 Height = 21 TabOrder = 0 Text = 'Edit1' end object SpinEdit1: TSpinEdit Left = 0 Top = 64 Width = 121 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 1 Value = 0 end end object TabSheet2: TTabSheet Caption = 'Login properties' object Label3: TLabel Left = 0 Top = 8 Width = 48 Height = 13 Caption = 'User ID:' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label4: TLabel Left = 0 Top = 48 Width = 59 Height = 13 Caption = 'Password:' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Edit2: TEdit Left = 0 Top = 24 Width = 121 Height = 21 TabOrder = 0 Text = 'Edit2' end object Edit3: TEdit Left = 0 Top = 64 Width = 121 Height = 21 PasswordChar = '*' TabOrder = 1 Text = 'Edit3' end end object TabSheet3: TTabSheet Caption = 'Directory' object Label5: TLabel Left = 0 Top = 8 Width = 129 Height = 13 Caption = 'Server initial directory:' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Edit4: TEdit Left = 0 Top = 24 Width = 185 Height = 21 TabOrder = 0 Text = 'Edit4' end end end end object Panel2: TPanel Left = 0 Top = 138 Width = 257 Height = 34 BevelOuter = bvNone ParentColor = True TabOrder = 1 object OKBtn: TButton Left = 51 Top = 2 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object CancelBtn: TButton Left = 131 Top = 2 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end end end